home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Pascal / Snippets / PNL Libraries / Libraries / SpriteWorld / SpriteWorld files / Headers / SWIncludes.h < prev    next >
Text File  |  1996-04-01  |  910b  |  49 lines

  1. ///--------------------------------------------------------------------------------------
  2. //    SWIncludes.h
  3. //  
  4. //  By Vern Jensen
  5. //
  6. //  #include this file with your projects, and all the other necessary
  7. //  SpriteWorld.h files will be #included automatically.
  8. ///--------------------------------------------------------------------------------------
  9.  
  10.  
  11. #ifndef __SWCOMMON__
  12. #include "SWCommonHeaders.h"
  13. #endif
  14.  
  15. #ifndef __SPRITEWORLD__
  16. #include "SpriteWorld.h"
  17. #endif
  18.  
  19. #ifndef __SPRITELAYER__
  20. #include "SpriteLayer.h"
  21. #endif
  22.  
  23. #ifndef __SPRITEFRAME__
  24. #include "SpriteFrame.h"
  25. #endif
  26.  
  27. #ifndef __SPRITE__
  28. #include "Sprite.h"
  29. #endif
  30.  
  31. #ifndef __SPRITEWORLDUTILS__
  32. #include "SpriteWorldUtils.h"
  33. #endif
  34.  
  35. #ifndef __SPRITECOMPILER__
  36. #include "SpriteCompiler.h"
  37. #endif
  38.  
  39. #ifndef __BLITPIXIE__
  40. #include "BlitPixie.h"
  41. #endif
  42.  
  43. #ifndef __SCROLLING__
  44. #include "Scrolling.h"
  45. #endif
  46.  
  47. #ifndef __TILING__
  48. #include "Tiling.h"
  49. #endif